From c1c7fbd0c188ee5b3bebcbcb3f965216cf418957 Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Mon, 18 Jul 2005 13:23:36 -0700 Subject: [PATCH] Use hda1, not sda1 --- xen/arch/ia64/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/domain.c b/xen/arch/ia64/domain.c index 8424aa2467..2cc011261f 100644 --- a/xen/arch/ia64/domain.c +++ b/xen/arch/ia64/domain.c @@ -311,7 +311,7 @@ int arch_set_info_guest(struct vcpu *v, struct vcpu_guest_context *c) init_all_rr(v); // this should be in userspace - regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/sda1",256L); //FIXME + regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/hda1",256L); //FIXME v->vcpu_info->arch.banknum = 1; v->vcpu_info->arch.metaphysical_mode = 1; v->arch.domain_itm_last = -1L; -- 2.30.2